home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000103_jaltman@watsun.cc.columbia.edu_Fri May 31 09:32:03 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 13395 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit SSL/TLS Error??
  6. Date: 31 May 2002 02:37:02 GMT
  7. Organization: Columbia University
  8. Lines: 31
  9. Message-ID: <ad6nke$6ca$1@newsmaster.cc.columbia.edu>
  10. References: <fZxJ8.43814$6v2.1770330@twister.southeast.rr.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1022812622 6538 128.59.39.2 (31 May 2002 02:37:02 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 31 May 2002 02:37:02 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13395
  16.  
  17. In article <fZxJ8.43814$6v2.1770330@twister.southeast.rr.com>,
  18. Eric Almond <eric672@carolina.rr.comTRASH> wrote:
  19. : I'm using C-Kermit 8.0.201 on an AIX 4.3.3 box.  I'm getting an error while
  20. : trying to negotiate a TLS or SSL connection.  I'm not sure if there is an
  21. : issue with how I've got C-Kermit & OpenSSL configured or if its a problem
  22. : with WS_FTP Server or something misconfigured between us.  Could it be a
  23. : problem with the SSL connection trying to traverse through firewalls??  As
  24. : you can see below its sending the file but its not encrypting it as it
  25. : should be.  I've tested this same script with on another Secure FTP server
  26. : and it works like a champ...but its not a WS_FTP Server and its on the
  27. : internal network.  I'm very new to Kermit so any help is appreciated.  Any
  28. : ideas??
  29. : Thanks in Advance!
  30. : Eric
  31.  
  32. : =>START SSL/TLS connect on COMMAND
  33. : SSL_handshake:UNKWN  before/connect initialization
  34. : SSL_connect:UNKWN  before/connect initialization
  35. : SSL_connect:3WCH_A SSLv3 write client hello A
  36. : SSL_connect:error in 3RSH_A SSLv3 read server hello A
  37. : ftp: SSL/TLS connect COMMAND error: error:00000000:lib(0):func(0):reason(0)
  38. : =>DONE SSL/TLS connect on COMMAND
  39.  
  40. The TLS handshake is failing.  What commands are you executing?
  41.  
  42. What cipher suites does the WS_FTP server support?
  43.  
  44.  Jeffrey Altman * Sr.Software Designer      Kermit 95 1.1.21  available now!!!
  45.  The Kermit Project @ Columbia University   SSH plus Telnet, FTP and HTTP
  46.  http://www.kermit-project.org/             secured with Kerberos, SRP, and 
  47.  kermit-support@columbia.edu                OpenSSL.
  48.